home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19950329-19950528 / 000147_news@columbia.edu_Sun Apr 16 15:53:45 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA27982
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Sun, 16 Apr 1995 11:53:52 -0400
  3. Received: by apakabar.cc.columbia.edu id AA08943
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Sun, 16 Apr 1995 11:53:48 -0400
  5. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  6. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: Chinese thru Modem+Kermit+Cxterm
  9. Date: 16 Apr 1995 15:53:45 GMT
  10. Organization: Columbia University
  11. Lines: 34
  12. Message-Id: <3mrei9$8nd@apakabar.cc.columbia.edu>
  13. References: <1995Apr16.115550.7642@uxmail.ust.hk>
  14. Nntp-Posting-Host: watsun.cc.columbia.edu
  15. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  16.  
  17. In article <1995Apr16.115550.7642@uxmail.ust.hk>,
  18. Albert PANG <apang@cs.ust.hk> wrote:
  19. > I have the problem of not being able to display Chinese (Multi-byte)
  20. > characters when connecting my local cxterm through modem using kermit
  21. > on my Linux machine at home to the remote host at my school.
  22. >
  23. Can you display Chinese when you are NOT using Kermit?  If so, then
  24. perhaps there is hope.  If your xterm supports Chinese character display
  25. and input, there is a good chance Kermit can use it too.  I can't test
  26. this locally, so I'd appreciate hearing about the results.
  27.  
  28. Anyway, the trick for enabling Chinese character display would be
  29. something like this.  First, the remote host and your xterm must use the
  30. same Chinese character set, such as GB 2312-80 or Big5.  Then give the
  31. following commands to Kermit:
  32.  
  33.   set parity none
  34.   set command bytesize 8
  35.   set terminal bytesize 8
  36.   set terminal character-set transparent
  37.  
  38. Hopefully, Chinese characters will be displayed correctly, and you
  39. should also be able to send them correctly using whatever keyboard input
  40. method is supplied by your Chinese xterm.  If not, please send email
  41. directly to kermit@columbia.edu with details.
  42.  
  43. By the way, Chinese terminal emulation is also possible using the same
  44. technique with MS-DOS Kermit, provided you using a Chinese version of
  45. DOS, such as ZWDOS or KCDOS.  See the article on pages 15-18 of Kermit
  46. News Number 6, which most of our subscribers (at least the ones in the
  47. USA) should have received by now.  More about this in a separate
  48. posting.
  49.  
  50. - Frank